/*@font-face {
    font-family: 'INTER';
    src: url('../font/INTERSTATECOND.eot');
    src:
    url('../font/INTERSTATECOND.eot?#font-spider') format('embedded-opentype'),
    url('../font/INTERSTATECOND.woff') format('woff'),
    url('../font/INTERSTATECOND.ttf') format('truetype'),
    url('../font/INTERSTATECOND.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "PingFang SC","Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;-webkit-font-smoothing: antialiased;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic img,
.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}
.w1400{width: 90%;margin: 0 auto;max-width: 1400px;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #009143;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon img{width: 100%;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.bgStyle{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.btnStyle .btn{width: 48px;height: 48px;border: 1px solid #fff;border-radius: 50%;margin-left: 22px;text-align: center;line-height: 48px;position: relative;cursor: pointer;}
.btnStyle .btn:first-child{margin-left: 0;}
.btnStyle .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #009143;border-radius: 50%;opacity: 0;transform: scale(0);}
.btnStyle .btn:hover{border-color: #009143;}
.btnStyle .btn:hover:before{transform: scale(1);opacity: 1;}
.btnStyle .btn:hover img{filter: brightness(0) invert(1);}

.fz28{font-size: 28px;}
.fz24{font-size: 24px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz14{font-size: 14px;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner em{display: block;padding-bottom: 950px;background-repeat: no-repeat;background-position: center;background-size: cover;padding-bottom: 100vh;}
.banner .control{position: absolute;z-index: 2;bottom: 120px;left: 50%;transform: translateX(-50%);}
.banner .swiper-pagination{position: static;height: 10px;line-height: 10px;text-align: left;line-height: 50px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 9px 0 0;background: #FFFFFF;border-radius: 5px;opacity: 1;transition:all 0.4s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 57px;background: #009143;}
.banner .btnStyle .btn img{filter: brightness(0) invert(1);}
.banner .btnStyle{width: 124px;}

.header{position: fixed;left: 0;top:0;z-index: 9;width: 100%;box-sizing: border-box;padding: 0 2.7%;line-height: 124px;color: #FFFFFF;}
.header .logo img{filter: brightness(0) invert(1);}
.header .searchBtn{margin: 50px 0 0 17px;width: 22px;height: 22px;cursor: pointer;filter: brightness(0) invert(1);}
.header:hover .searchBtn:hover{filter: brightness(1) invert(0);}
.header .nLi{position: relative;transition:all 0.3s linear; }
.header .nLi h3 a{display: block;padding: 0 17px;}
.header .nLi .navSub{position: absolute;left: 0;top:124px;background: #fff;text-align: center;width: 100%;display: none;}
.header .nLi .navSub ul li{padding: 4px 0;}
.header .nLi .navSub a{display: block;line-height: 24px;padding: 4px;position: relative;}
.header .nLi .navSub a:hover{color: #E75923;}
.header .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: #E75923;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .nLi .navSub a:hover:before{-webkit-transform: scale(1);transform: scale(1);}
.header:hover,.header.fixed{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);color: #333;}
.header:hover .logo img,.header.fixed .logo img{filter: brightness(1) invert(0);}
.header:hover .searchBtn,.header.fixed .searchBtn{filter: brightness(0) invert(0.6);}
.header.fixed{line-height: 88px;}
.header.fixed .logo img{transform-origin:left center;transform: scale(0.8);}
.header.fixed .nLi .navSub{top: 88px;}
.header.fixed .searchBtn{margin-top: 34px;}
.header .nLi:hover h3 a{color: #E75923;color: #fff;}
.header .nLi:hover {background: #E75923;}

.header.nyHeader{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);color: #333;}
.header.nyHeader .logo img{filter: brightness(1) invert(0);}
.header.nyHeader .searchBtn{filter: brightness(0) invert(0.6);}
.header.nyHeader .nLi.on h3 a{color: #E75923;color: #fff;}
.header.nyHeader .nLi.on{background: #E75923;}

.iTitle{line-height: 34px;display: flex;align-items: center;justify-content: space-between;}
.iTitle h3{color: #000000;padding-left: 34px;position: relative;}
.iTitle h3:before{content: "";width: 3px;height: 24px;background: #009143;position: absolute;left: 0;top:50%;margin-top: -12px;}
.iTitle .imore{color: #8F8F8F;}
.iTitle .imore img{height: 14px;margin: -0.25em 0 0 18px;filter: brightness(0) invert(0.6);}
.iTitle .imore:hover{color: #009143;}
.iTitle .imore:hover img{filter: brightness(1) invert(0);}
.iTitle .tabs h3{color: #888888;}
.iTitle .tabs h3:before{background: #E4E4E4;left: 16px;}
.iTitle .tabs li:first-child h3:before{left: 0;}
.iTitle .tabs .active h3{color: #000000;}
.iTitle .tabs .active h3:before{background-color: #009143;}


.isect1{padding: 70px 0;background: url(../images/isect1Bg1.jpg) no-repeat center top;}
.isect1 .top{margin-bottom: 44px;display: flex;justify-content: space-between;}

.isect1_1{width: 31.28%;background: #FFFFFF;border-radius: 0 0 5px 5px;}
.isect1_1 .pic{padding-bottom: 248px;position: relative;overflow: hidden;border-radius: 5px 5px 0 0;}
.isect1_1 .pic:before{content: "";width: 100%;height: 95px;position: absolute;left: 0;bottom: 0;background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));z-index: 2;}
.isect1_1 .pic h5{position: absolute;left: 0;bottom: 10px;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 18px;line-height: 28px;color: #FFFFFF;font-weight: normal;max-height: 56px;overflow: hidden;}
.isect1_1 .text{padding: 28px 24px 35px 0;}
.isect1_1 ul{padding-left: 34px;}
.isect1_1 ul li{border-bottom: 1px solid #EBEBEB;}
.isect1_1 ul li:last-child{border-bottom: none;}
.isect1_1 ul a{display: block;padding: 24px 0 8px;}
.isect1_1 ul h5{margin-bottom: 6px;line-height: 32px;color: #000000;font-weight: normal;}
.isect1_1 ul span{display: block;font-weight: 300;color: #009143;line-height: 22px;}
.isect1_1 ul a:hover h5{color: #009143;}

.isect1_2{width: 31.28%;border-radius: 5px;background: #fff url(../images/isect1Bg2.jpg) no-repeat center bottom;box-sizing: border-box;padding: 33px 24px 6px 0;}
.isect1_2 .container{padding-top: 18px;margin-left: 31px;position: relative;overflow: hidden;}
.isect1_2 .container li{border-bottom: 1px solid #EBEBEB;}
.isect1_2 .container li:last-child{border-bottom: none;}
.isect1_2 .container li a{display: block;position: relative;padding: 26px 100px 26px 0;line-height: 25px;color: #000000;}
.isect1_2 .container li h5{font-weight: normal;}
.isect1_2 .container li span{position: absolute;right: 0;top:26px;font-weight: 300;color: #009143;}
.isect1_2 .container li a:hover{color: #009143;}

.isect1_3 .container{width: 100%;height: 240px;position: relative;overflow: hidden;}
.isect1_3 .container a{display: block;padding-bottom: 240px;position: relative;overflow: hidden;}
.isect1_3 .container .btnStyle .btn{margin: 0;position: absolute;top:50%;transform: translateY(-50%);z-index: 2;}
.isect1_3 .container .btnStyle .btn img{filter: brightness(0) invert(1);}
.isect1_3 .container .btnStyle .btn.prev{left: 30px;}
.isect1_3 .container .btnStyle .btn.next{right: 30px;}

.isect2{padding: 94px 0;background: url(../images/isect2Bg.jpg) no-repeat center top;background-attachment: fixed;position: relative;}
/* .isect2:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.42);} */
.isect2 .w1400{position: relative;z-index: 2;text-align: center;color: #FFFFFF;}
.isect2 .title{line-height: 32px;padding-bottom: 26px;margin-bottom: 20px;position: relative;}
.isect2 .title:before{content: "";width: 80px;height: 2px;background: #009143;position: absolute;bottom: 0;left: 50%;margin-left: -40px;}
.isect2 .desc{max-width: 1028px;margin: 0 auto 120px;line-height: 26px;}
.isect2 .container{position: relative;overflow: hidden;margin-bottom: 145px;}
.isect2 .container a{display: block;}
.isect2 .container .icon{width: 159px;height: 159px;margin: 0 auto 17px;border-radius: 50%;position: relative;}
.isect2 .container .icon:before,
.isect2 .container .icon:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;border-radius: 50%;}
.isect2 .container .icon:before{background: rgba(255,255,255,0.87);}
.isect2 .container .icon:after{background: rgba(0,145,67,0.87);opacity: 0;transform: scale(0);}
.isect2 .container .icon span{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;position: relative;z-index: 2;}
.isect2 .container p{line-height: 28px;}
.isect2 .container a:hover .icon:before{opacity: 0;transform: scale(0);}
.isect2 .container a:hover .icon:after{opacity: 1;transform: scale(1);}
.isect2 .container a:hover .icon img{filter: brightness(0) invert(1);}

.moreBtn{display: block;width: 203px;height: 55px;margin: 0 auto;box-sizing: border-box;padding: 0 28px;border: 1px solid #FFFFFF;border-radius: 28px;background: rgba(255,255,255,0.12);overflow: hidden;position: relative;}
.moreBtn span{display: flex;width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
.moreBtn img{height: 13px;filter: brightness(0) invert(1);}
.moreBtn:before{width: 238px;height: 238px;border-radius: 100%;background: #009143;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.4);transform: scale(1.4);}
.moreBtn:hover{border-color: #009143;}

.isect3{padding: 70px 0;}
.isect3 .iTitle{margin-bottom: 70px;}
.isect3 .iTitle .left{display: flex;align-items: center;}
.isect3 .iTitle .tabs{padding-left: 90px;}
.isect3 .iTitle .tabs li{margin-left: 30px;position: relative;overflow: hidden;border-radius: 28px;}
.isect3 .iTitle .tabs li:before{width: 238px;height: 238px;border-radius: 100%;background: #009143;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.isect3 .iTitle .tabs li a{display: block;padding: 0 48px;border: 1px solid #DEDEDE;border-radius: 28px;color: #333333;font-weight: bold;line-height: 53px;position: relative;z-index: 2;}
.isect3 .iTitle .tabs li.active a{border-color: #009143;color: #fff;}
.isect3 .iTitle .tabs li.active:before{-webkit-transform: scale(1.4);transform: scale(1.4);}
.isect3 .container{position: relative;overflow: hidden;}
.isect3 .container .slide{position: relative;overflow: hidden;}
.isect3 .container .btnStyle .btn{margin: 0;position: absolute;top:50%;transform: translateY(-50%);z-index: 2;}
.isect3 .container .btnStyle .btn img{filter: brightness(0) invert(1);}
.isect3 .container .btnStyle .prev{left: -50px;}
.isect3 .container .btnStyle .next{right: -50px;}
.isect3 .container .innerScroll:hover .btnStyle .prev{left: 5%;}
.isect3 .container .innerScroll:hover .btnStyle .next{right: 5%;}
.isect3 .container .innerScroll .innerContainer{width: 200%;}
.isect3 .container ul{width: 100%;position: relative;}
.isect3 .container li{width: 24%;margin-right: 0.8%;margin-bottom: 0.8%;}
/* .isect3 .container li.li4{margin-right: 0;} */
.isect3 .container li a{display: block;padding-bottom: 89.6%;position: relative;border-radius: 5px;overflow: hidden;}
.isect3 .container li a:before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 150px;z-index: 2;background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));}
.isect3 .container li a:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.55);opacity: 0;}
.isect3 .container li .tit{position: absolute;left: 0;bottom: 20px;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 60px 0 30px;line-height: 32px;color: #FFFFFF;}
.isect3 .container li .tit img{position: absolute;right: 20px;top:50%;transform: translateY(-50%);height: 15px;filter: brightness(0) invert(1);}
.isect3 .container li .hover{position: absolute;left: 0;bottom: -300px;z-index: 4;box-sizing: border-box;padding: 0 35px 27px 30px;color: #FFFFFF;width: 100%;}
.isect3 .container li .hover h5{line-height: 32px;}
.isect3 .container li .hover p{line-height: 26px;max-height: 156px;overflow: hidden;margin: 28px 0 30px;}
.isect3 .container li .hover img{filter: brightness(0) invert(1);height: 15px;}
.isect3 .container .innerScroll .swiper-slide-active li a:hover:after{opacity: 1;}
.isect3 .container .innerScroll .swiper-slide-active li a:hover .tit{bottom: -250px;}
.isect3 .container .innerScroll .swiper-slide-active li a:hover .hover{bottom: 0;}
.isect3 .container li.li1{width: 49.4%;}
.isect3 .container li.li1 a{padding-bottom: 88.6%;}
/* .isect3 .container li.li3 a{padding-bottom: 184.5%;}
.isect3 .container li.li4{position: absolute;bottom: 0;left: 50.2%;} */
.isect3 .container li.li2 .hover p,
.isect3 .container li.li4 .hover p{max-height: 52px;margin: 18px 0 20px;}

.isect4{height: 600px;box-sizing: border-box;padding-top: 112px;background: url(../images/isect4Bg.jpg) no-repeat center top;background-size: cover;color: #fff;}
.isect4 .title{line-height: 32px;padding-bottom: 22px;position: relative;}
.isect4 .title:before{content: "";width: 80px;height: 2px;background: #009143;position: absolute;left: 0;bottom: 0;}
.isect4 .desc{line-height: 26px;margin: 20px 0 64px;}
.isect4 .more{display: inline-block;line-height: 22px;}
.isect4 .more img{margin: -0.25em 0 0 18px;height: 15px;filter: brightness(0) invert(1);}

.footer{background: #161E24;color: #FFFFFF;}
.footer .top{display: flex;align-items: center;justify-content: space-between;padding: 38px 0;}
.footer .top .logo img{filter: brightness(0) invert(1);height: 40px;}
.footer .top .right{display: flex;align-items: center;}
.footer .select{width: 280px;position: relative;margin-right: 30px;}
.footer .select dt{background: #F3F3F3;border-radius: 5px;padding: 0 15px;color: #8A8A8A;line-height: 43px;cursor: pointer;position: relative;}
.footer .select dt:before{content: "";width: 8px;height: 8px;border-left: 2px solid #8A8A8A;border-bottom: 2px solid #8A8A8A;position: absolute;right: 14px;top:50%;margin-top: -5px;transform: rotateZ(-45deg);}
.footer .select dd{position: absolute;left: 0;bottom: 42px;background: #fff;border-radius: 5px;background: #fff;width: 100%;overflow: hidden;display: none;}
.footer .select dd ul{max-height: 250px;overflow: auto;}
.footer .select dd a{display: block;padding: 5px 15px;color: #333;line-height: 24px;}
.footer .select dd a:hover{background: #efefef;color: #009143;}

.footer .select ul::-webkit-scrollbar{width:2px;height:3px}
.footer .select ul::-webkit-scrollbar-button:vertical{display:none}
.footer .select ul::-webkit-scrollbar-corner,
.footer .select ul::-webkit-scrollbar-track{background-color:#fff}
.footer .select ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#009143; }
.footer .select ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .select ul::-webkit-scrollbar-thumb:vertical:active{ }

.footer .oaBtn{display: flex;background: #FFFFFF;border-radius: 5px;text-align: center;align-items: center;color: #000000;}
.footer .oaBtn span{width: 43px;height: 43px;border-radius: 5px 0 0 5px;background: #009143;text-align: center;line-height: 43px;}
.footer .oaBtn em{width: 115px;height: 43px;line-height: 43px;}
.footer .oaBtn:hover{background: #009143;color: #fff;}

.footer .med{padding: 50px 0 60px;border-top: 1px solid rgba(255,255,255,0.2);border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer .med > .w1400{display: flex;justify-content: space-between;}
.footer .nav{width: 67.6%;border-right: 1px solid #3D3D3D;display: flex;align-items: flex-start;}
.footer .nav dl{flex: 1;}
.footer .nav a{display: inline-block;}
.footer .nav dt{line-height: 28px;margin-bottom: 20px;font-weight: bold;}
.footer .nav dd{line-height: 40px;color: #A9A9A9;}
.footer .nav dd a:hover{color: #fff;}

.footer .med .text{width: 22%;}
.footer .med .text h5{margin-bottom: 20px;line-height: 28px;}
.footer .med .text dl{line-height: 40px;color: #A9A9A9;display: flex;}
.footer .med .text dl dt{flex-shrink: 0;margin-right: 8px;}
.footer .med .text .qrcode{margin-top: 20px;width: 130px;height: 130px;}
.footer .med .text .qrcode img{width: 100%;height: 100%;}

.footer .btm{line-height: 40px;text-align: center;color: #909090;padding: 20px 0;}
.footer .btm span{margin: 0 10px;}
.footer .btm img{margin-right: 8px;}
.footer .btm a:hover{color: #fff;text-decoration: underline;}
.footer .select.wap{display: none;}

.nyPage{padding-top: 124px;}
.nyBanner{width: 100%;padding-bottom: 300px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.bread{line-height: 75px;}
.bread h3{width: 246px;box-sizing: border-box;padding: 0 32px;position: relative;background: #E75923;color: #fff;}
.bread h3:before{content: "";width: 11px;height: 11px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;right: 25px;top:50%;margin-top: -6px;transform: rotateZ(-135deg);}
.bread ul li{margin-left: 46px;}
.bread ul li a{display: block;color: #1D1D1D;}
.bread ul li.on a,.bread ul li a:hover{color: #E75923;}
.bread .path{padding-left: 30px;background: url(../images/path.svg) no-repeat left center;color: #8F8F8F;}
.bread .path span{margin: 0 4px;}
.bread .path a:hover{color: #E75923;}

.bread.pBread h3{background: #D30500;}
.bread.pBread ul li.on a,.bread.pBread ul li a:hover{color: #D30500;}
.bread.pBread .path a:hover{color: #D30500;}

.pageStyle{line-height: 26px;color: #1D1D1D;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height:  auto !important;}

.aboutWrap .item1{position: relative;}
.aboutWrap .item1:before{content: "";width: 50%;height: 100%;position: absolute;right: 0;top:0;background: url(../images/aboutBg1.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item1 .pic{width: 50%;height: 100%;position: absolute;left: 0;top:0;overflow: hidden;}
.aboutWrap .item1 .text{position: relative;z-index: 2;width: 45.8%;min-height: 622px;box-sizing: border-box;padding: 70px 0;color: #FFFFFF;}
.aboutWrap .item1 .text .title{line-height: 22px;font-weight: normal;}
.aboutWrap .item1 .text .slogan{line-height: 28px;margin: 16px 0 50px;}

.mrgBtm{margin-bottom: 50px;}
.boxStyle{display: inline-block;width: 13px;height: 13px;background: #E75923;margin-right: 16px;}

.aboutWrap .item2{padding: 54px 0;background: url(../images/aboutBg2.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item2 ul{display: flex;justify-content: space-between;text-align: center;}
.aboutWrap .item2 .icon{width: 110px;height: 110px;margin: 0 auto 18px;box-sizing: border-box;/* border: 2px solid #E75923; */border-radius: 50%;display: flex;align-items: center;justify-content: center;position: relative;}
.aboutWrap .item2 .icon:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #E75923;border-radius: 50%;opacity: 0;transform: scale(0);}
.aboutWrap .item2 .icon img{position: relative;z-index: 2;width: 100%;height: 100%;}
.aboutWrap .item2 h5{line-height: 25px;color: #3C3C3C;font-weight: normal;margin-bottom: 10px;}
.aboutWrap .item2 p{line-height: 28px;color: #E75923;font-weight: bold;}
.aboutWrap .item2 li:hover .icon:before{opacity: 1;transform: scale(1);}
.aboutWrap .item2 li:hover .icon img{filter: brightness(0) invert(1);}

.aboutWrap .item3{padding: 110px 0;background: url(../images/aboutBg3.jpg) no-repeat center top;background-size: cover;color: #fff;}
.aboutWrap .item3 > .w1400{display: flex;align-items: flex-start;}
.aboutWrap .item3 .title{flex-shrink: 0;margin-right: 10.6%;padding: 0 13px 20px 0;position: relative;background: url(../images/box.svg) no-repeat right bottom;}
.aboutWrap .item3 .title .ch{line-height: 28px;margin-bottom: 4px;}
.aboutWrap .item3 .title .en{color: #DADADA;text-transform: uppercase;line-height: 22px;}
.aboutWrap .item3 .cont{flex: 1;color: #fff;}

.nyTitle{margin-bottom: 72px;text-align: center;}
.nyTitle.left{text-align: left;}
.nyTitle .ch{line-height: 28px;color: #E75923;margin-bottom: 4px;}
.nyTitle .en{line-height: 22px;color: #DADADA;text-transform: uppercase;}

.aboutWrap .item4{padding: 72px 0 108px;background: url(../images/aboutBg4.jpg) no-repeat  center top;background-size: cover;}


.btnStyle1{width: 50px;height: 50px;box-sizing: border-box;border: 1px solid #DEDEDE;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;top:50%;margin-top: -25px;overflow: hidden;}
.btnStyle1:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #E75923;border-radius: 50%;opacity: 0;transform: scale(0);}
.btnStyle1.prev{left: 0;}
.btnStyle1.next{right: 0;}
.btnStyle1 img{filter: brightness(0) invert(0.6);opacity: 0.6;}
.btnStyle1:hover{border-color: #E75923;}
.btnStyle1:hover:before{opacity: 1;transform: scale(1);}
.btnStyle1:hover img{filter: brightness(0) invert(1);opacity: 1;}
.btnStyle1.swiper-button-disabled{opacity: 0.4;pointer-events: none;}

.aboutWrap .item5{padding: 72px 0;}
.aboutWrap .item5 .nyTitle{margin-bottom: 46px;}
.aboutWrap .item5 .cont{padding: 0 108px;position: relative;}
.aboutWrap .item5 .container{position: relative;overflow: hidden;}
.aboutWrap .item5 .container a{display: block;position: relative;}
.aboutWrap .item5 .container .img{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.aboutWrap .item5 .container .pic{padding-bottom: 71.8%;position: relative;overflow: hidden;z-index: 2;pointer-events: none;}
.aboutWrap .item5 .container .pic:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #363636;opacity: 0;transform: scale(0.6);z-index: 2;}
.aboutWrap .item5 .container .pic i{width: 30px;height: 30px;position: absolute;left: 50%;top:50%;z-index: 3;margin: -15px 0 0 -15px;background: url(../images/searchBtn.svg) no-repeat center;background-size: 100% 100%;filter: brightness(0) invert(1);opacity: 0;}
.aboutWrap .item5 .container .txt{padding: 16px;background: #F6F6F6;position: relative;text-align: center;z-index: 2;position: none;}
.aboutWrap .item5 .container .txt h5{color: #1D1D1D;line-height: 22px;font-weight: normal;}
.aboutWrap .item5 .container .txt:before{content: "";width: 100%;height: 2px;background: #E75923;position: absolute;left: 0;bottom: 0;opacity: 0;transform: scale(0,1);}
.aboutWrap .item5 .container a:hover .pic:before{opacity: 0.6;transform: scale(1);}
.aboutWrap .item5 .container a:hover .pic i{opacity: 1;}
.aboutWrap .item5 .container a:hover .txt:before{opacity: 1;transform: scale(1);}

.busWrap{background: #F8F8F8;}
.busWrap .nLi{position: relative;}
.busWrap .nLi .pic{position: absolute;left: 0;top:0;width: 50%;height: 100%;overflow: hidden;}
.busWrap .nLi > .w1400{background: #fff;}
.busWrap .nLi .text{width: 50%;box-sizing: border-box;padding: 64px 72px;height: 640px;overflow: auto;height: 480px;}
.busWrap .nLi .text::-webkit-scrollbar{width:2px;height:3px}
.busWrap .nLi .text::-webkit-scrollbar-button:vertical{display:none}
.busWrap .nLi .text::-webkit-scrollbar-corner,
.busWrap .nLi .text::-webkit-scrollbar-track{background-color:#EDEDED}
.busWrap .nLi .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#E75923; }
.busWrap .nLi .text::-webkit-scrollbar-thumb:vertical:hover{ }
.busWrap .nLi .text::-webkit-scrollbar-thumb:vertical:active{ }
.busWrap .nLi .text .nyTitle{margin-bottom: 0;}
.busWrap .nLi .text .line{height: 2px;background: #EDEDED;margin: 26px 0;position: relative;}
.busWrap .nLi .text .line:before{content: "";width: 46px;height: 100%;background: #E75923;position: absolute;left: 0;top: 0;transition:all 1.6s linear;}
.busWrap .nLi .text .txt{color: #1D1D1D;min-height: 260px;margin-bottom: 36px;min-height: 200px;}
.btnStyle2{width: 158px;height: 43px;box-sizing: border-box;border: 1px solid #E75923;border-radius: 5px;overflow: hidden;position: relative;line-height: 41px;text-align: center;color: #E75923;cursor: pointer;}
.btnStyle2 i{width: 42px;position:relative;font-size: 0;}
.btnStyle2 span{width: 112px;position:relative;}
.btnStyle2:before{content: "";width: 43px;height: 100%;background: #E75923;position: absolute;left: 0;top:0;}
.btnStyle2:hover{color: #fff;}
.btnStyle2:hover:before{width: 100%;}
.btnStyle2 input{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 4;border: none;background: none;opacity: 0;}
.busWrap .nLi:hover .text .line:before{left: calc(100% - 46px);}
.busWrap .nLi:nth-child(2n) .pic{left: auto;right: 0;}
.busWrap .nLi:nth-child(2n) .text{float: left;}

.popWrap{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 99;display: none;}
.popWrap .bgLayer{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.69);}
.popWrap .content{position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);z-index: 2;height: 90%;box-sizing: border-box;padding: 24px 0;background: #FFFFFF;}
.popWrap .content .wrap{padding: 0 24px;height: 100%;overflow: auto;}
.popWrap .content .wrap::-webkit-scrollbar{width:2px;height:3px}
.popWrap .content .wrap::-webkit-scrollbar-button:vertical{display:none}
.popWrap .content .wrap::-webkit-scrollbar-corner,
.popWrap .content .wrap::-webkit-scrollbar-track{background-color:#EDEDED}
.popWrap .content .wrap::-webkit-scrollbar-thumb{border-radius:0;background-color:#E75923; }
.popWrap .content .wrap::-webkit-scrollbar-thumb:vertical:hover{ }
.popWrap .content .wrap::-webkit-scrollbar-thumb:vertical:active{ }
.popWrap .content .title{line-height: 28px;color: #1D1D1D;text-align: center;margin-bottom: 26px;}
.popWrap .content .cont{line-height: 28px;}
.popWrap .content table{border-collapse: collapse;width: 100%;}
.popWrap .content table th,
.popWrap .content table td{text-align: left;padding: 16px 20px;}
.popWrap .content table th{background: #E75923;border: 1px solid #FFFFFF;color: #fff;}
.popWrap .content table td{color: #1D1D1D;border: 1px solid #AFAFAF;}
.popWrap .content table tr:nth-child(2n+1) td{background: #F4F4F4;}
.popWrap .content .wap{display: none;}

.nyWrap{padding: 30px 0 66px;background: #F8F8F8 url(../images/nyBg.png) no-repeat center bottom;min-height: 350px;}

.busList{box-sizing: border-box;padding: 50px 40px 70px;background: #fff;min-height: 350px;}
.busList .title{margin-bottom: 50px;line-height: 34px;color: #000000;}
.busList .title img{margin-right: 20px;}

.busList ul{position: relative;}
.busList ul li{width: 32%;margin: 0 2% 2% 0;}
.busList ul li a{display: block;padding-bottom: 146.22%;position: relative;overflow: hidden;border-radius: 5px;}
.busList ul li a:before{content: "";width: 100%;height: 65px;position: absolute;left: 0;bottom: 0;z-index: 2;background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,255));}
.busList ul li a h5{position: absolute;left: 0;bottom: 18px;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 20px;line-height: 28px;color: #FFFFFF;font-weight: normal;}
.busList .ul1 .li3,.busList .ul1 .li4{margin-right: 0;}
.busList .ul1 .li3 a,.busList .ul1 .li4 a,
.busList .ul2 .li1 a,.busList .ul2 .li3 a{padding-bottom: 70.75%;}
.busList .ul2 .li2{width: 66%;margin-right: 0;}
.busList .ul2 .li2 a,.busList .ul3 .li1 a{padding-bottom: 71.26%;}
.busList .ul2 .li3{position: absolute;left: 0;bottom: 0;}
.busList .ul3{margin-bottom: 30px;}
.busList .ul3 .li1{width: 66%;}
.busList .ul3 .li2{margin-right: 0;}

.busList .ul4 li a{padding-bottom: 70.75%;}
.busList .ul4 .li1,.busList .ul4 .li5{width: 66%;}
.busList .ul4 .li1 a,.busList .ul4 .li5 a{padding-bottom: 71.26%;}
.busList .ul4 .li2,.busList .ul4 .li3,.busList .ul4 .li5{margin-right: 0;}
.busList .ul4 .li6{position: absolute;left: 0;bottom: 0;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 5px;padding: 0 22px;border: 1px solid #E5E5E5;border-radius: 3px;color: #1D1D1D;line-height: 36px;}
.page a.num{padding: 0 9px;}
.page .on,.page a:hover{border-color: #E75923;background: #E75923;color: #fff;}

.recomNews{padding: 74px 0;background: #F8F8F8 url(../images/nyBg.png) no-repeat center bottom;}
.recomNews .container{position: relative;overflow: hidden;}
.recomNews .container a{display: flex;background: #FFFFFF;}
.recomNews .container .pic{width: 66.4%;padding-bottom: 451px;position: relative;overflow: hidden;flex-shrink: 0;}
.recomNews .container .text{flex: 1;overflow: hidden;box-sizing: border-box;padding: 40px 36px;}
.recomNews .container .text h5{line-height: 28px;color: #1D1D1D;font-weight: normal;}
.recomNews .container .text span{display: block;line-height: 22px;color: #6E6E6E;margin: 18px 0;}
.recomNews .container .text p{line-height: 26px;color: #6E6E6E;height: 104px;overflow: hidden;margin-bottom: 150px;}
.recomNews .container .text em{display: block;color: #6E6E6E;line-height: 22px;}
.recomNews .container a:hover .text h5{color: #E75923;}
.recomNews .container .btnStyle{position: absolute;right: 44px;bottom: 35px;z-index: 2;width: 124px;}
.btnStyle.nyBtn .btn{border-color: #DEDEDE;}
.btnStyle.nyBtn .btn img{filter: brightness(0) invert(0.6);opacity: 0.6;}
.btnStyle.nyBtn .btn:before{background: #E75923;}
.btnStyle.nyBtn .btn:hover{border-color: #E75923;}
.btnStyle.nyBtn .btn:hover img{filter: brightness(0) invert(1);opacity: 1;}

.newsList{padding: 70px 0;background: #f8f8f8;}
.newsList ul{padding-bottom: 30px;}
.newsList li{width: 31.2%;margin: 0 3.2% 3.2% 0;}
.newsList li:nth-child(3n){margin-right: 0;}
.newsList li a{display: block;border-radius: 5px;overflow: hidden;position: relative;background: #FFFFFF;}
.newsList li a:before{content: "";width: 100%;height: 4px;position: absolute;left: 0;bottom: 0;background: #E75923;opacity: 0;transform: scale(0,1);transition:all 0.5s linear;}
.newsList li .pic{padding-bottom: 56.62%;position: relative;overflow: hidden;}
.newsList li .text{padding: 30px 26px 43px;}
.newsList li .text h5{color: #000000;line-height: 28px;font-weight: normal;/* height: 56px; */margin-bottom: 28px;overflow: hidden;}
.newsList li .text p{line-height: 26px;color: #6E6E6E;height: 78px;overflow: hidden;margin-bottom: 43px;}
.newsList li .text span{display: block;line-height: 22px;color: #6E6E6E;}
.newsList li a:hover:before{transform: scale(1);opacity: 1;}
.newsList li a:hover .text h5{color: #E75923;}

.noticeList ul{padding-bottom: 40px;display: flex;flex-wrap: wrap;}
.noticeList li{width: 49.2%;position: relative;background: #FFFFFF;border-radius: 4px;overflow: hidden;margin-bottom: 30px;margin-right: 1.6%;}
.noticeList li:nth-child(2n){margin-right: 0;}
.noticeList li:before{content: "";width: 100%;height: 4px;position: absolute;left: 0;bottom: 0;background: #E75923;opacity: 0;transform: scale(0,1);transition:all 0.5s linear;}
.noticeList li:hover:before{opacity: 1;transform: scale(1);}
.noticeList li a{display: flex;padding: 26px 30px 36px 52px;align-items: center;}
.noticeList li .date{text-align: center;flex-shrink: 0;margin-right: 60px;}
.noticeList li .date em{display: block;font-size: 80px;color: #929292;line-height: 1;font-weight: 300;}
.noticeList li .date span{display: block;font-size: 16px;line-height: 22px;color: #929292;}
.noticeList li h5{color: #1D1D1D;line-height: 30px;font-weight: normal;max-height: 90px;overflow: hidden;}
.noticeList li:hover .date em,
.noticeList li:hover .date span{color: #E75923;}

.passage{box-sizing: border-box;padding: 32px 42px;background: #fff;}
.passage .psgTitle{padding-bottom: 20px;border-bottom: 1px solid #E3E3E3;margin-bottom: 30px;}
.passage .psgTitle h5{line-height: 40px;color: #1D1D1D;}
.passage .psgTitle .info{display: flex;align-items: center;justify-content: space-between;color: #6E6E6E;line-height: 38px;}
.passage .psgTitle .info .left em{margin: 0 15px;}
.passage .psgTitle .share .item{margin-left: 12px;}
.passage .psgCont{color: #1D1D1D;padding-bottom: 82px;border-bottom: 1px solid #E3E3E3;margin-bottom: 38px;min-height: 300px;}
.passage .psgCont .pic{text-align: center;padding-top: 30px;}
.passage .psgLink{position: relative;line-height: 22px;color: #1D1D1D;}
.passage .psgLink li{max-width: 40%;}
.passage .psgLink li a{position: relative;}
.passage .psgLink .prev a{padding-left: 25px;}
.passage .psgLink .next a{padding-right: 25px;}
.passage .psgLink li a:before{content: "";width: 7px;height: 7px;border-left: 1px solid #1D1D1D;border-bottom: 1px solid #1D1D1D;position: absolute;top:50%;margin-top: -4px;}
.passage .psgLink .next a:before{right: 2px;transform: rotateZ(-135deg);}
.passage .psgLink .prev a:before{left: 2px;transform: rotateZ(45deg);}
.passage .psgLink li a:hover{color: #E75923;}
.passage .psgLink li a:hover:before{border-color: #E75923;}
.passage .psgLink .toList{position: absolute;top:0;left: 50%;transform: translateX(-50%);}
.passage .psgLink .toList img{margin: -0.25em 10px 0 0;filter: brightness(0) invert(0.3);opacity: 0.8;}
.passage .psgLink .toList:hover{color: #E75923;}
.passage .psgLink .toList:hover img{filter: brightness(1) invert(0);opacity: 1;}

.culture{padding: 0 !important;}
.culture .item1{padding: 95px 0 65px;background: url(../images/cultureBg.jpg) no-repeat center top;background-size: cover;}
.culture .item1 ul{max-width: 864px;display: flex;flex-wrap: wrap;}
.culture .item1 ul li{width: 50%;box-sizing: border-box;padding-right: 20px;display: flex;align-items: center;margin-bottom: 80px;}
.culture .item1 ul li .icon{flex-shrink: 0;margin-right: 55px;width: 53px;}
.culture .item1 ul li .txt{flex: 1;}
.culture .item1 ul li .ch{line-height: 25px;color: #1D1D1D;}
.culture .item1 ul li .en{line-height: 20px;color: #D8D8D8;text-transform: uppercase;margin-bottom: 10px;}
.culture .item1 ul li p{line-height: 28px;color: #1D1D1D;}
.culture .item2{padding: 60px 0 70px;}
.culture .item2 .nyTitle .ch{color: #1D1D1D;}
.culture .item2 .container{padding-bottom: 110px;position: relative;overflow: hidden;}
.culture .item2 .container a{display: block;background: #FFFFFF;}
.culture .item2 .container .pic{padding-bottom: 61.42%;position: relative;overflow: hidden;}
.culture .item2 .container h5{color: #1D1D1D;line-height: 60px;font-weight: normal;text-align: center;padding: 0 10px;}
.culture .item2 .container a:hover h5{color: #E75923;}
.culture .item2 .control{width: 186px;height: 42px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.culture .item2 .control .btnStyle{width: 100%;}
.culture .item2 .control .btnStyle .btn{margin: 0;width: 40px;height: 40px;line-height: 40px;}
.culture .item2 .control .swiper-pagination{width: auto;left: 50%;transform: translateX(-50%);font-size: 16px;color: #6E6E6E;}
.culture .item2 .control .swiper-pagination .swiper-pagination-current{color: #E75923;}

.jobWrap{position: relative;padding: 0 0 70px;}
.jobWrap:before{content: "";width: 100%;height: 0;padding-bottom: 740px;position: absolute;left: 0;top:0;background: url(../images/hrBg.jpg) no-repeat center top;background-size: cover;}
.jobWrap > .w1400{position: relative;z-index: 2;}
.jobWrap .item1{padding: 90px 0 64px;color: #fff;text-align: center;}
.jobWrap .item1 .title{padding-bottom: 22px;position: relative;margin-bottom: 20px;line-height: 32px;font-weight: normal;}
.jobWrap .item1 .title:before{content: "";width: 46px;height: 2px;background: #099145;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.jobWrap .item1 .txt{max-width: 944px;margin: 0 auto;color: #FFFFFF;line-height: 22px;min-height: 244px;}
.jobWrap .item2{padding: 22px 17px 70px;background: #fff;}
.jobWrap .item2 .jobList{margin-bottom: 70px;}
.jobWrap .item2 .nLi .dt{background: #EAEAEA;border-bottom: 1px solid #FFFFFF;line-height: 22px;color: #1D1D1D;display: flex;align-items: flex-start;padding: 29px 0;cursor: pointer;}
.jobWrap .item2 .nLi .dt span{width: 26%;box-sizing: border-box;}
.jobWrap .item2 .nLi .dt .span1{padding: 0 20px 0 67px;padding-right: 20px;flex-shrink: 0;}
.jobWrap .item2 .nLi .dt .span2{flex-shrink: 0;}
.jobWrap .item2 .nLi .dt .span3{width: 16.1%;flex-shrink: 0;}
.jobWrap .item2 .nLi .dt .span4{flex: 1;}
.jobWrap .item2 .nLi .dt .span5{width: 13.3%;flex-shrink: 0;display: flex;align-items: center;}
.jobWrap .item2 .nLi .dt .span5 i{display: block;width: 14px;height: 14px;position: relative;}
.jobWrap .item2 .nLi .dt .span5 i:before,
.jobWrap .item2 .nLi .dt .span5 i:after{content: "";background: #333333;position: absolute;}
.jobWrap .item2 .nLi .dt .span5 i:before{width: 100%;height: 1px;left: 0;top:50%;margin-top: -0.5px;}
.jobWrap .item2 .nLi .dt .span5 i:after{width: 1px;height: 100%;left: 50%;top:0;margin-left: -0.5px;}
.jobWrap .item2 .nLi .dd{display: none;}
.jobWrap .item2 .nLi .dd .wrap{padding: 37px 67px 49px;background: #F8F8F8;}
.jobWrap .item2 .nLi .dd .wap{display: none;}
.jobWrap .item2 .nLi .dd .tit{color: #E75923;font-weight: normal;margin-bottom: 37px;}
.jobWrap .item2 .nLi .dd .btnStyle2{margin-top: 37px;}
.jobWrap .item2 .nLi.on .dt{background: #E75923;color: #fff;}
.jobWrap .item2 .nLi.on .dt .span5 i:before,
.jobWrap .item2 .nLi.on .dt .span5 i:after{transform: rotateZ(90deg);background: #fff;}
.jobWrap .item2 .nLi.on .dt .span5 i:before{opacity: 0;}

.newsList1{padding-bottom: 40px;}
.newsList1 li{margin-bottom: 30px;}
.newsList1 li a{display: flex;align-items: center;padding: 34px;background: #FFFFFF;}
.newsList1 li .pic{flex-shrink: 0;width: 345px;margin-right: 44px;padding-bottom: 209px;position: relative;overflow: hidden;}
.newsList1 li .text{flex: 1;overflow: hidden;}
.newsList1 li .text h5{line-height: 30px;color: #1D1D1D;font-weight: normal;}
.newsList1 li .text span{display: block;line-height: 22px;color:#929292;margin: 17px 0;}
.newsList1 li .text p{line-height: 26px;color: #6E6E6E;max-height: 52px;overflow: hidden;margin-bottom: 49px;}
.newsList1 li .text em{display: flex;color: #6E6E6E;line-height: 22px;align-items: center;}
.newsList1 li .text em img{margin-left: 18px;height: 14px;filter: brightness(0) invert(0.5);}
.newsList1 li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.newsList1 li a:hover .text h5{color: #E75923;}
.newsList1.pNewsList li a:hover .text h5{color:#D30500;}

.mapWrap{margin-bottom: 70px;position: relative;padding: 80px 0;}
.mapWrap .map{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.mapWrap > .w1400{position: relative;z-index: 2;pointer-events: none;}
.mapWrap .content{max-width: 517px;box-sizing: border-box;padding: 64px 45px 110px;background: url(../images/contactBg.jpg) no-repeat center top;background-size: cover;box-shadow: 0 19px 73px rgba(137,137,137,0.5);pointer-events: auto;}
.mapWrap .content .logo{display: inline-block;margin-bottom: 90px;}
.mapWrap .content .logo img{height: 36px;max-width: 100%;}
.mapWrap .content dl{margin-bottom: 42px;line-height: 22px;color: #3C3C3C;}
.mapWrap .content dl:last-child{margin-bottom: 0;}
.mapWrap .content dt{margin-bottom: 7px;color: #E75923;}
.mapWrap .content dt img{width: 24px;margin-right: 20px;}
.mapWrap .content dd{padding-left: 44px;}
.mapWrap .content dd span{margin-right: 25px;}
.mapWrap .content dd span:last-child{margin-right: 0;}

@media screen and (max-width: 1800px){
.header{line-height: 100px;}
.header .logo img{height: 40px;}
.header .nLi h3 a{padding: 0 14px;}
.header .nLi .navSub{top: 100px;}
.header .searchBtn{margin-top: 40px;}

.fz28{font-size: 24px;}
.fz24{font-size: 22px;}
.fz20{font-size: 18px;}
.fz18{font-size: 16px;}
.fz16{font-size: 14px;}
.fz14{font-size: 12px;}

.nyPage{padding-top: 100px;}
.aboutWrap .item5 .cont{padding: 0 60px;}
.btnStyle{width: 44px;height: 44px;}
}

@media screen and (max-width: 1480px){
.header .logo img{height: 32px;}
.header .nLi h3 a{padding: 0 10px;}

.banner .control{bottom: 80px;}

.isect1{padding: 50px 0;}
.isect1 .top{margin-bottom: 34px;}
.isect1_3 .container{height: 180px;}
.isect1_3 .container a{padding-bottom: 180px;}
.isect2{padding: 60px 0;}
.isect2 .desc{margin-bottom: 80px;}
.isect2 .container{margin-bottom: 80px;}
.isect2 .container .icon{width: 130px;height: 130px;line-height: 130px;}
.isect2 .container .icon img{height: 58px;}

.isect3 .container li .tit{padding: 0 40px 0 24px;bottom: 12px;}
.isect3 .container li .tit img{right: 24px;}
.isect3 .container li .hover{bottom: -360px;padding: 0 24px 20px;}

.isect4{height: 520px;padding-top: 72px;}
.isect4 .desc{margin: 20px 0 50px;}

.moreBtn{width: 180px;height: 48px;}

.footer .top{padding: 28px 0;}
.footer .top .logo img{height: 32px;}
.footer .select dt{line-height: 38px;}
.footer .select dd{bottom: 38px;}
.footer .oaBtn span{width: 38px;height: 38px;line-height: 38px;}
.footer .oaBtn em{height: 38px;line-height: 38px;}
.footer .med{padding: 40px 0;}
.footer .med .text{width: 26%;}
.footer .btm{padding: 12px 0;line-height: 32px;}

.bread{line-height: 66px;}
.bread h3{width: 220px;padding: 0 20px;}

.aboutWrap .item1 .text{padding: 50px 0;min-height: auto;}
.aboutWrap .item1 .text .slogan{margin: 16px 0 34px;}
.aboutWrap .item2 .icon{width: 98px;height: 98px;}
.aboutWrap .item3{padding: 80px 0;}
.aboutWrap .item4{padding: 50px 0 80px;}
.aboutWrap .item5{padding: 50px 0;}
.aboutWrap .item5 .nyTitle{margin-bottom: 30px;}
.aboutWrap .item5 .cont{box-sizing: border-box;}

.mrgBtm{margin-bottom: 30px;}
.nyTitle{margin-bottom: 40px;}

.popWrap .content .title{margin-bottom: 20px;}
.popWrap .content .cont{line-height: 24px;}
.popWrap .content table th, .popWrap .content table td{padding: 10px;}

/* .busWrap .nLi .text{height: 580px;} */
.busWrap .nLi .text{padding: 40px;}
.busWrap .nLi .text .txt{min-height: 200px;}

.busList{padding: 40px 30px 50px;}
.busList .title{margin-bottom: 30px;}

.recomNews{padding: 50px 0;}
.recomNews .container .pic{padding-bottom: 420px;}
.recomNews .container .text{padding: 30px;}
.recomNews .container .text p{margin-bottom: 80px;}

.newsList{padding: 50px 0;}
.newsList ul{padding-bottom: 10px;}
.newsList li .text{padding: 24px 24px 30px;}
.newsList li .text h5{line-height: 24px;margin-bottom: 20px;}
.newsList li .text p{line-height: 24px;height: 72px;margin-bottom: 24px;}

.noticeList li a{padding:20px 20px 20px 30px;}
.noticeList li .date em{font-size: 66px;}
.noticeList li .date{margin-right: 40px;}

.culture .item1{padding: 80px 0 60px;}
.culture .item1 ul li{margin-bottom: 60px;}
.culture .item1 ul li .icon{margin-right: 40px;}
.culture .item2{padding: 50px 0;}
.culture .item2 .container{padding-bottom: 80px;}

.jobWrap:before{padding-bottom: 580px;}
.jobWrap .item1{padding: 60px 0 40px;}
.jobWrap .item1 .txt{min-height: 200px;}
.jobWrap .item2{padding: 20px 15px 50px;}
.jobWrap .item2 .jobList{margin-bottom: 40px;}
.jobWrap .item2 .nLi .dt{padding: 22px 0;}
.jobWrap .item2 .nLi .dt .span1{padding-left: 40px;}
.jobWrap .item2 .nLi .dd .wrap{padding: 30px 40px;}
.jobWrap .item2 .nLi .dd .tit{margin-bottom: 24px;}
.jobWrap .item2 .nLi .dd .btnStyle2{margin-top: 24px;}


.btnStyle2{width: 138px;height: 40px;line-height: 38px;}
.btnStyle2:before{width: 38px;}
.btnStyle2 i{width: 38px;}
.btnStyle2 i img{height: 20px !important;}
.btnStyle2 span{width: 98px;}

.newsList1{padding-bottom: 20px;}
.newsList1 li a{padding: 24px;}
.newsList1 li .pic{margin-right: 28px;width: 315px;padding-bottom: 190px;}
.newsList1 li .text span{margin: 12px 0;}
.newsList1 li .text p{margin-bottom: 38px;}

.mapWrap .content{padding: 30px 24px 60px;}
.mapWrap .content .logo{margin-bottom: 40px;}
.mapWrap .content dl{margin-bottom: 30px;}

}

@media screen and (max-width: 1280px){
.header .logo img{height: 28px;}
.header .nLi h3 a{padding: 0 8px;}

.banner em{padding-bottom: 67.85%;}

.fz28{font-size: 20px;}
.fz24{font-size: 20px;}
.fz20{font-size: 16px;}
.fz18{font-size: 15px;}
.fz16{font-size: 14px;}
.fz14{font-size: 14px;}

.iTitle h3{padding-left: 20px;}
.iTitle .tabs h3:before{left: 10px;height: 20px;margin-top: -10px;}
.isect1_1 .text{padding: 18px 20px 8px 0;}
.isect1_1 ul{padding-left: 20px;}
.isect1_1 ul a{padding: 15px 0 8px;}
.isect1_1 ul h5{margin-bottom: 0;}
.isect1_2{padding: 24px 24px 6px 0;}
.isect1_2 .container{margin-left: 20px;}
.isect1_2 .container li a{padding: 19px 80px 19px 0;}
.isect1_3 .container{height: 140px;}
.isect1_3 .container a{padding-bottom: 140px;}
.isect2 .desc,.isect2 .container{margin-bottom: 40px;}
.isect2 .container .icon{width: 98px;height: 98px;line-height: 88px;}
.isect2 .container .icon img{height: 40px;}

.moreBtn{width: 150px;height: 40px;padding: 0 18px;}

.isect3{padding: 30px 0;}
.isect3 .iTitle{margin-bottom: 24px;}
.isect3 .iTitle .tabs{padding-left: 24px;}
.isect3 .iTitle .tabs li{margin-left: 20px;}
.isect3 .iTitle .tabs li a{padding: 0 20px;line-height: 44px;}

.isect4{height: auto;padding: 8% 0 20%;}

.footer .select{width: 240px;}
}

@media screen and (max-width: 1200px){
.header .nav{display: none;}
.header,.header.fixes{line-height: 68px;position: relative;}
.header .logo img{filter: brightness(1) invert(0);}
.header.fixed img{transform: scale(1);}
.header .searchBtn,.header.fixed .searchBtn,.header.nyHeader.fixed .searchBtn{margin: 0;position: absolute;right: calc(5% + 40px);top:50%;transform: translateY(-50%);filter: brightness(1) invert(0);}
.header .menuIcon{display: block;}
/* .header.nyHeader.fixed{line-height: 68px;}
.header.nyHeader.fixed .nLi .navSub{top: 68px;} */
.nyPage{padding-top: 0;}

.bread h3{width: 180px;}
.bread ul li{margin-left: 30px;}

.busWrap .nLi .text{padding: 30px;height: 520px;}



}

@media screen and (max-width: 1024px){
.isect1 .top{flex-wrap: wrap;margin-bottom: 20px;}
.isect1_1,.isect1_2{width: 100%;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.isect1_1{margin-bottom: 20px;}
.isect3 .iTitle .tabs li{margin-left: 12px;}
.isect3 .iTitle .tabs li a{padding: 0 12px;line-height: 38px;}
.footer .top{padding-bottom: 0;}
.footer .top .logo{display: none;}
.footer .top .right{width: 100%;justify-content: center;}
.footer .select{margin-right: 0;}
.footer .nav{display: none;}
.footer .med{padding: 20px 0;border-top: none;}
.footer .med .text{width: 100%;text-align: center;}
.footer .med .text h5{margin-bottom: 10px;}
.footer .med .text .qrcode{margin: 10px auto 0;}
.footer .med .text dl{justify-content: center;line-height: 32px;}
.footer .btm span{margin: 0 4px;}

.bread{line-height: 58px;}
.bread ul li,.bread .path{display: none;}
.bread ul li.on{display: block;}
.bread ul{float: right;}
.bread h3{padding: 0 40px 0 20px;width: auto;}
.bread h3:before{width: 7px;height: 7px;margin-top: -4px;right: 10px;}

.aboutWrap .item1:before{display: none;}
.aboutWrap .item1 .pic{position: relative;width: 100%;padding-bottom: 64.8%;height: 0;}
.aboutWrap .item1 > .w1400{width: 100%;}
.aboutWrap .item1 .text{width: 100%;box-sizing: border-box;padding: 30px 5%;background: url(../images/aboutBg1.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item1 .text .slogan{margin: 6px 0 20px;}

.mrgBtm{margin-bottom: 16px;}
.boxStyle{width: 8px;height: 8px;margin-right: 8px;}

.aboutWrap .item2,.aboutWrap .item3,.aboutWrap .item4,.aboutWrap .item5{padding: 30px 0;}
.aboutWrap .item2 .icon{width: 66px;height: 66px;margin-bottom: 12px;}
.aboutWrap .item2 h5{margin-bottom: 4px;}
.aboutWrap .item5 .nyTitle{margin-bottom: 24px;}
.aboutWrap .item5 .container .txt{padding: 10px;}

.nyTitle{margin-bottom: 24px;}
.nyTitle .ch{margin-bottom: 0;}

.busWrap .nLi {margin-bottom: 20px;}
.busWrap .nLi .text{height: 400px;padding: 24px;}
.busWrap .nLi .text .line{margin: 16px 0;}
.busWrap .nLi .text .txt{margin-bottom: 20px;}
.btnStyle2{width: 110px;height: 34px;line-height: 32px;}
.btnStyle2 i{width: 32px;}
.btnStyle2 i img{height: 20px;}
.btnStyle2 span{width: 76px;}
.btnStyle2:before{width: 34px;}

.busList{padding: 30px;}
.busList .title{margin-bottom: 20px;}
.busList .title img{height: 22px;margin-right: 12px;}
.busList ul li a h5{bottom: 12px;padding: 0 12px;}

.recomNews .container .pic{padding-bottom: 320px;}
.recomNews .container .text{padding: 20px;}
.recomNews .container .text span{margin: 8px 0;}
.recomNews .container .btnStyle{right: 20px;bottom: 20px;}
.recomNews .container .btnStyle .btn{width: 40px;height: 40px;line-height: 40px;margin-left: 12px;}
.recomNews .container .btnStyle .btn img{height: 14px;}

.newsList{padding: 30px 0;}
.newsList li{width: 49%;margin-right: 0;}
.newsList li:nth-child(2n){float: right;}

.noticeList ul{padding-bottom: 20px;}
.noticeList li a{padding: 24px;}
.noticeList li .date em{font-size: 40px;}
.noticeList li .date span{font-size: 13px;line-height: 16px;}
.noticeList li .date{margin-right: 20px;}
.noticeList li h5{line-height: 24px;max-height: 72px;}

.passage{padding: 30px;}
.passage .psgCont{padding-bottom: 40px;}

.culture .item1 ul li .en{margin-bottom: 5px;}
.culture .item1 ul li .icon{width: 40px;margin-right: 30px;}

.jobWrap .item2 .nLi .dt{padding: 12px 0;}
.jobWrap .item2 .nLi .dt .span1{padding-left: 20px;}
.jobWrap .item2 .nLi .dt span em{display: block;font-weight: bold;}
.jobWrap .item2 .nLi .dd .wrap{padding: 20px;}

}

@media screen and (max-width: 760px){
.banner .btnStyle{display: none;}
.banner .control{bottom: 8%;}
.banner .swiper-pagination{line-height: 10px;width: 100%;text-align: center;}

.isect1{padding: 30px 0;}
.isect1_1 .pic{padding-bottom: 56.6%;}
.isect1_2{padding: 16px 16px 6px 0;}
.isect1_2 .container li a{padding: 10px 80px 10px 0;}
.isect1_2 .container li span{top: 10px;}
.isect1_3 .container{height: 100px;}
.isect1_3 .container a{padding-bottom: 100px;}
.isect1_3 .container .btnStyle .btn.prev{left: 14px;}
.isect1_3 .container .btnStyle .btn.next{right: 14px;}

.isect3 .iTitle .left{flex-wrap: wrap;width: 100%;}
.isect3 .iTitle .imore{display: none;}
.isect3 .iTitle .tabs{padding-left: 0;width: 100%;margin-top: 10px;}
.isect3 .iTitle .tabs{display: flex;justify-content: space-between;}
.isect3 .iTitle .tabs li{margin: 0;flex: 1;}
.isect3 .iTitle .tabs li a{line-height: 30px;padding: 0;text-align: center;}


.isect2{padding: 40px 0;}
.isect2 .title{padding-bottom: 18px;}
.isect2 .desc, .isect2 .container{margin-bottom: 34px;}
.isect2 .container .icon{width: 72px;height: 72px;line-height: 72px;margin-bottom: 10px;}
.isect2 .container .icon img{height: 36px;}

.moreBtn{width: 120px;}

.btnStyle .btn{width: 34px;height: 34px;line-height: 34px;}
.btnStyle .btn img{height: 14px;}

.isect3 .container .innerScroll .innerContainer{overflow: hidden;width: 100%;}
.isect3 .container li,.isect3 .container li.li1,.isect3 .container li.li2,.isect3 .container li.li3,.isect3 .container li.li4{width: 49%;margin: 0 0 10px;position: relative;left: 0;}
.isect3 .container li.li3 a,.isect3 .container li.li1 a{padding-bottom: 89.6%;}
.isect3 .container li.li5{display: none;}
.isect3 .container li:nth-child(2n){float: right;}

.isect4{padding: 10% 0 20%;}

.footer .top{padding: 20px 0 0;}
.footer .oaBtn em{width: 80px;}
.footer .btm{padding: 8px 0;line-height: 20px;font-size: 12px;}
.footer .btm span{display: block;margin: 0;}
.footer .med .text dl{line-height: 24px;}
.footer .med .text .qrcode{width: 110px;height: 110px;}

.nyBanner{padding-bottom: 200px;}

.aboutWrap .item5 .nyTitle{margin-bottom: 12px;}
.aboutWrap .item5 .cont{padding: 0;}
.aboutWrap .item5 .cont .btnStyle{display: none;}

.popWrap .content .pc{display: none;}
.popWrap .content .wap{display: block;}
.popWrap .content .wap li{border-bottom: 1px solid #AFAFAF;padding: 12px 0;color: #1D1D1D;}
.popWrap .content .wap li:last-child{border: none;}
.popWrap .content .wap li dl{display: flex;}
.popWrap .content .wap li dl dt{flex-shrink: 0;margin-right: 12px;font-weight: bold;}
.popWrap .content .wap li dl dd{flex: 1;}

.busWrap .nLi .pic{position: relative;width: 100%;padding-bottom: 66.67%;}
.busWrap .nLi > .w1400{width: 100%;}
.busWrap .nLi .text{width: 100%;height: auto;padding: 20px 5%;}
.busWrap .nLi .text .txt{min-height: auto;}

.nyWrap{padding: 30px 0 50px;}

.page a{line-height: 32px;}
.page .num{display: none;}
.page .num.on{display: inline-block;}

.busList{padding: 20px;}

.recomNews{padding: 30px 0;}
.recomNews .container a{flex-wrap: wrap;}
.recomNews .container a .pic{width: 100%;padding-bottom: 48.4%;}
.recomNews .container .text p{margin-bottom: 20px;line-height: 24px;height: 96px;}
.recomNews .container .btnStyle{bottom: 12px;width: 90px;height: 32px;}
.recomNews .container .btnStyle .btn{width: 32px;height: 32px;line-height: 32px;margin-left: 10px;}
.recomNews .container .btnStyle .btn img{height: 10px;}

.newsList li .text{padding: 12px;}

.noticeList li{width: 100%;margin-bottom: 15px;}
.noticeList li a{padding: 20px;}

.passage{padding: 20px;}
.passage .psgTitle{padding-bottom: 12px;margin-bottom: 20px;}
.passage .psgTitle .share{display: none;}
.passage .psgTitle h5{line-height: 1.4;}
.passage .psgTitle .info{line-height: 28px;}
.passage .psgTitle .info .left{width: 100%;}
.passage .psgTitle .info .left em{margin: 0 4px;}
.passage .psgLink .toList{display: none;}
.passage .psgLink li{width: 100%;max-width: 100%;}
.passage .psgLink li.prev a,.passage .psgLink li.next a{padding: 0;line-height: 30px;}
.passage .psgLink li a:before{display: none;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 12px;}

.culture .item1{padding: 40px 0;background-position: left top;}
.culture .item1 ul li{padding-right: 0;margin-bottom: 18px;text-align: center;display: block;box-sizing: border-box;padding: 0 10px;}
.culture .item1 ul li .icon{width: auto;height: 40px;margin: 0 0 10px;}
.culture .item1 ul li .en{display: none;}
.culture .item1 ul li p{font-size: 14px;line-height: 20px;}
/* .culture .item1 ul li:last-child{margin-bottom: 0;} */
.culture .item2{padding: 30px 0;}
.culture .item2 .container{padding-bottom: 60px;}
.culture .item2 .container h5{line-height: 44px;}

.jobWrap:before{padding-bottom: 480px;}
.jobWrap .item1{padding: 40px 0;}
.jobWrap .item1 .title{padding-bottom: 14px;margin-bottom: 14px;font-size: 18px;line-height: 1.3;}
.jobWrap .item2{padding: 20px 15px 30px;}
.jobWrap .item2 .jobList{margin-bottom: 24px;}
.jobWrap .item2 .nLi .dt{padding: 8px 0;align-items: center;}
.jobWrap .item2 .nLi .dt .span2,.jobWrap .item2 .nLi .dt .span3,.jobWrap .item2 .nLi .dt .span4{display: none;}
.jobWrap .item2 .nLi .dt .span1{flex: 1;}
.jobWrap .item2 .nLi .dt .span5{justify-content: center;}
.jobWrap .item2 .nLi .dd .wap{display: block;}
.jobWrap .item2 .nLi .dd .tit{margin-bottom: 12px;}

.newsList1{padding-bottom: 15px;}
.newsList1 li{margin-bottom: 12px;}
.newsList1 li a{padding: 15px;flex-wrap: wrap;}
.newsList1 li a .pic{width: 100%;padding-bottom: 60.5%;margin-bottom: 12px;}
.newsList1 li .text span{margin: 4px 0;}
.newsList1 li .text p{margin-bottom: 20px;}

.mapWrap{padding: 0;}
.mapWrap .map{position: relative;height: 320px;margin-bottom: 24px;}
.mapWrap .content{width: 100%;max-width: 100%;}
}

@media screen and (max-width: 468px){
.header.nyHeader.fixed,.header.fixed,.header{line-height: 54px;}
.header .logo img{height: 22px;}
.header .searchBtn, .header.fixed .searchBtn{transform: translateY(-50%) scale(0.8);right: calc(5% + 30px);}
.isect1_3 .container{height: 66px;}
.isect1_3 .container a{padding-bottom: 66px;}
.isect1_3 .btnStyle,.isect3 .container .btnStyle{display: none;}
.footer .select dt{line-height: 32px;}
.footer .select dd{bottom: 32px;}
.footer .med{padding-bottom: 0;border:none;}
.footer .med .text dl{font-size: 12px;}
.footer .med .text dl dt img{height: 16px;}
.footer .top{display: none;}
.footer .med .text,.footer .btm{text-align: left;}
.footer .med .text dl{display: block;}
.footer .med .text dl dt,.footer .med .text dl dd{display: inline-block;}
.footer .btm span{display: inline-block;}
.footer .btm span:last-child{margin-left: 4px;}

.aboutWrap .item3 > .w1400{display: block;}
.aboutWrap .item3 .title{margin-right: 0;background-size: auto 36px;padding: 0 5px 10px 0;display: inline-block;margin-bottom: 20px;}

.aboutWrap .item2 .w1400{width: 100%;}
/* .aboutWrap .item2 ul{flex-wrap: wrap;}
.aboutWrap .item2 ul li{width: 100%;margin-bottom: 12px;}
.aboutWrap .item2 ul li:last-child{margin-bottom: 0;} */
.aboutWrap .item2 ul li{padding: 0 10px;}
.aboutWrap .item2 .icon{width: 48px;height: 48px;margin-bottom: 5px;}
.aboutWrap .item2 h5{margin-bottom: 0;line-height: 18px;font-size: 12px;}
.aboutWrap .item2 p{font-size: 13px;line-height: 20px;}


.busList ul li{width: 100% !important;float: none;margin-right: 0;position: relative !important;}
.busList ul li a{padding-bottom: 70.75% !important;}
.busList .title{margin-bottom: 12px;}
.busList .title img{margin-top: -0.25em;}
.busList .ul3{margin-bottom: 15px;}

.newsList li{width: 100%;}
/* .newsList li .text h5{height: auto;max-height: 48px;} */
.newsList li .text p{height: auto;max-height: 72px;}

.mapWrap{margin-bottom: 40px;}
.mapWrap .content{padding: 30px 16px;}
.mapWrap .content .logo{margin-bottom: 30px;}
.mapWrap .content .logo img{height: auto;}
.mapWrap .content dl{margin-bottom: 20px;}
.mapWrap .content dt{margin-bottom: 3px;}
.mapWrap .content dt img{width: 20px;margin-right: 12px;}
.mapWrap .content dd{padding-left: 32px;}
.mapWrap .content dd span{margin-right: 14px;}
}